Skip to content

feat(blog): add Prisma Compute posts#7957

Merged
ankur-arch merged 18 commits into
mainfrom
aman/blog-compute-posts
Jun 19, 2026
Merged

feat(blog): add Prisma Compute posts#7957
ankur-arch merged 18 commits into
mainfrom
aman/blog-compute-posts

Conversation

@AmanVarshney01

@AmanVarshney01 AmanVarshney01 commented Jun 17, 2026

Copy link
Copy Markdown
Member

Summary

  • add a create-prisma blog post covering Compute-ready scaffolding, Prisma Postgres, Prisma Skills add-ons, and redeploys
  • add an inline VHS-rendered terminal image for the create-prisma flow, stored under apps/blog/public
  • add a Prisma Compute TypeScript config blog post covering typed config, monorepos, agent skills, .prisma/local.json project resolution, and the migration path toward prisma.config.ts
  • add compute as an allowed blog tag

Validation

  • pnpm --filter blog types:check passes
  • MIXEDBREAD_API_KEY=dummy pnpm --filter blog build passes
  • pnpm --filter blog lint:links still reports pre-existing failures in older posts; the two new drafts are not in the failure list

Summary by CodeRabbit

  • Documentation
    • Added a new blog post announcing “create-prisma” scaffolding for Compute-ready Prisma apps and redeploy workflow
    • Added a new documentation page introducing prisma.compute.ts, including defineComputeConfig, monorepo targeting, and precedence rules

@vercel

vercel Bot commented Jun 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview, Comment Jun 19, 2026 1:19pm
docs Ready Ready Preview, Comment Jun 19, 2026 1:19pm
eclipse Ready Ready Preview, Comment Jun 19, 2026 1:19pm
site Ready Ready Preview, Comment Jun 19, 2026 1:19pm

Request Review

@coderabbitai

coderabbitai Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 2bfcd94b-561d-4ed1-a9ae-f7652d418734

📥 Commits

Reviewing files that changed from the base of the PR and between 4747c96 and f751567.

⛔ Files ignored due to path filters (4)
  • apps/blog/public/create-prisma-deploy-prisma-compute/imgs/hero.svg is excluded by !**/*.svg
  • apps/blog/public/create-prisma-deploy-prisma-compute/imgs/meta.png is excluded by !**/*.png
  • apps/blog/public/prisma-compute-config-file/imgs/hero.svg is excluded by !**/*.svg
  • apps/blog/public/prisma-compute-config-file/imgs/meta.png is excluded by !**/*.png
📒 Files selected for processing (2)
  • apps/blog/content/blog/create-prisma-deploy-prisma-compute/index.mdx
  • apps/blog/content/blog/prisma-compute-config-file/index.mdx
✅ Files skipped from review due to trivial changes (1)
  • apps/blog/content/blog/prisma-compute-config-file/index.mdx
🚧 Files skipped from review as they are similar to previous changes (1)
  • apps/blog/content/blog/create-prisma-deploy-prisma-compute/index.mdx

Walkthrough

Adds two new MDX blog posts to the blog application. The first announces create-prisma Compute scaffolding with a defineComputeConfig example and redeploy instructions. The second documents the prisma.compute.ts config file covering defineComputeConfig, monorepo configuration, agent-first usage, and config scope limitations.

Changes

Prisma Compute Blog Posts

Layer / File(s) Summary
create-prisma Compute scaffolding announcement
apps/blog/content/blog/create-prisma-deploy-prisma-compute/index.mdx
New post with frontmatter, scaffold output enumeration, a defineComputeConfig Hono example, optional Skills add-on explanation, redeploy instructions for scaffolded (bun run compute:deploy) and unscaffolded (bunx @prisma/cli@latest app deploy) apps, and next-steps links with public beta availability note.
prisma.compute.ts configuration reference
apps/blog/content/blog/prisma-compute-config-file/index.mdx
New post documenting defineComputeConfig with minimal single-app setup, TypeScript field validation, monorepo apps map with deploy-all and single-target flows, root precedence rule, supported frameworks, agent/skill workflow integration, config scope clarifications (no Prisma project/branch selection), and Try It instructions with reference links.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

  • prisma/web#7950: Covers the same prisma.compute.ts / defineComputeConfig configuration surface and overlapping framework support lists (Nuxt, Astro) that both posts reference.
  • prisma/web#7952: Related documentation-only MDX content about Prisma Compute's public beta availability and pricing, part of the same announcement effort.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'feat(blog): add Prisma Compute posts' directly and clearly summarizes the main change—adding two new blog posts about Prisma Compute functionality.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@argos-ci

argos-ci Bot commented Jun 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ✅ No changes detected - Jun 19, 2026, 1:25 PM

Avoids an empty lead paragraph (template renders page.data.excerpt directly).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
… + meta)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Comment thread apps/blog/content/blog/prisma-compute-config-file/index.mdx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants